/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.full,
.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

body {
  max-height: 100%;
}

.full,
.page {
  overflow: hidden;
}

.old-header {
  margin-bottom: 40px;
}

.n-homepage {
  width: 1000px;
  margin: 0 auto;
}

.n-homepage .n-swiper-desc {
  background: #f8f8f8;
  padding: 30px 20px;
  color: #232323;
  font: normal 18px/2 "Microsoft YaHei";
  text-indent: 2em;
  min-height: 132px;
}

.n-homepage .n-banner {
  margin-bottom: 40px;
}

.n-homepage .bk-swiper-wrap {
  position: relative;
  height: 420px;
}

.n-homepage .bk-swiper-wrap .n-swiper-wrap2 {
  position: relative;
}

.n-homepage .bk-swiper-wrap .n-swiper-wrap2 .swiper-slide h3 {
  font-size: 18px;
  padding-right: 90px;
}

.n-homepage .bk-swiper-wrap .swiper-container2 {
  position: absolute;
  left: 0;
  width: 595px;
  height: 420px;
}

.n-homepage .bk-swiper-wrap .swiper-container2 .arrowright2,
.n-homepage .bk-swiper-wrap .swiper-container2 .arrowleft2 {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 40px;
  height: 80px;
  z-index: 1;
  cursor: pointer;
}

.n-homepage .bk-swiper-wrap .swiper-container2 .arrowleft2 {
  left: 0;
}

.n-homepage .bk-swiper-wrap .swiper-container2 .arrowright2 {
  right: 0;
}

.n-homepage .bk-swiper-wrap .right-title-desc {
  position: relative;
  margin-left: 624px;
  height: 100%;
  overflow: auto;
  color: #1c1c1c;
}

.n-homepage .bk-swiper-wrap .right-title-desc h2 {
  margin-top: 0;
  font: bold 22px/1.8 "Microsoft YaHei";
}

.n-homepage .bk-swiper-wrap .right-title-desc p {
  text-indent: 2em;
  font: normal 18px/1.7 "Microsoft YaHei";
}

.n-homepage .bk-swiper-wrap .right-title-desc p {
  position: relative;
}

.n-homepage .bk-swiper-wrap .right-title-desc p .text-decor {
  position: absolute;
  right: 10px;
  bottom: -20px;
}

.n-homepage .n-swiper-wrap2 .swiper-slide,
.n-homepage .n-swiper-wrap .swiper-slide {
  position: relative;
  height: 100%;
  font-size: 0;
}

.n-homepage .n-swiper-wrap2 .swiper-slide .img-swiper,
.n-homepage .n-swiper-wrap .swiper-slide .img-swiper {
  width: 100%;
  height: 100%;
}

.n-homepage .n-swiper-wrap2 .swiper-slide p,
.n-homepage .n-swiper-wrap .swiper-slide p {
  display: none;
}

.n-homepage .n-swiper-wrap2 .swiper-slide h3,
.n-homepage .n-swiper-wrap .swiper-slide h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  color: #fff;
  font: normal 20px/60px "Microsoft YaHei";
  padding-left: 20px;
  padding-right: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

.n-homepage .n-swiper-wrap2 .pagi1,
.n-homepage .n-swiper-wrap .pagi1 {
  position: absolute;
  bottom: 20px;
  right: 20px !important;
  z-index: 2;
  width: auto;
  left: auto !important;
}

.n-homepage .n-swiper-wrap2 .pagi1 .swiper-pagination-bullet,
.n-homepage .n-swiper-wrap .pagi1 .swiper-pagination-bullet {
  background: #d2d2d2;
  margin-right: 5px;
  opacity: 1;
}

.n-homepage .n-swiper-wrap2 .pagi1 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.n-homepage .n-swiper-wrap .pagi1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.n-colunmn-img .bg-title1 {
  margin-bottom: 40px;
  margin-top: 50px;
  height: 107px;
}

.n-colunmn-img .bg-title1 .center-title {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 172px;
  margin-left: -86px;
  text-align: center;
}

.n-colunmn-img .bg-title1 .center-title h2 {
  font: bold 28px/1 "Microsoft YaHei";
  color: #0779b8;
}

.n-colunmn-img .bg-title1 .center-title p {
  position: absolute;
  left: 60px;
  top: 50px;
  color: #0779b8;
  font: normal 12px "Microsoft YaHei";
}

.n-article-wrap .sum-text {
  position: relative;
  padding: 40px;
  font: normal 16px/2 "Microsoft YaHei";
  color: #222222;
  text-indent: 2em;
  margin-bottom: 40px;
}

.n-article-wrap .sum-text .building-people {
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 50%;
  opacity: 0.2;
}

.n-article-wrap .sum-text:after {
  position: absolute;
}

.n-article-wrap h1 {
  text-align: center;
  font: bold 26px/1.8 "Microsoft YaHei";
  color: #222222;
  margin-bottom: 20px;
}

.n-article-wrap .item-img {
  margin-bottom: 40px;
  text-align: center;
}

.n-article-wrap .img-item {
  width: auto;
  height: auto;
  max-width: 1000px;
  margin-bottom: 25px;
}

.n-article-wrap .desc-text {
  height: 128px;
  padding: 50px 30px 0;
  text-indent: 2em;
  line-height: 1.8;
  font-size: 16px;
  color: #222222;
  font-family: "Microsoft YaHei";
  overflow: hidden;
}

.n-colunmn-img {
  margin-bottom: 30px;
}

.n-colunmn-img .btn-load-more-wrap {
  margin-bottom: 50px;
}

.n-colunmn-img .list-img li {
  float: left;
  position: relative;
  width: 310px;
  height: 340px;
  overflow: hidden;
  margin-right: 35px;
  margin-bottom: 30px;
}

.n-colunmn-img .list-img li h4 {
  font: bold 16px/1.5 "Microsoft YaHei";
  height: 48px;
}

.n-colunmn-img .list-img li:nth-child(3n) {
  margin-right: 0;
}

.n-colunmn-img .list-img li .time-wrap {
  border-left: 3px solid #9f9f9f;
  padding-left: 13px;
  color: #9f9f9f;
}

.n-colunmn-img .list-img li .time-wrap * {
  vertical-align: middle;
  font-size: 16px;
}

.n-colunmn-img .bg-title2 {
  position: relative;
  height: 62px;
  margin-bottom: 40px;
  overflow: hidden;
}

.n-colunmn-img .bg-title2 .left-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  color: #0779b8;
  text-align: left;
}

.n-colunmn-img .bg-title2 .left-title h4 {
  font: bold 28px/1 "Microsoft YaHei";
}

.n-colunmn-img .bg-title2 .left-title p {
  font: normal 12px/1 "Microsoft YaHei";
}

.n-colunmn-img .bg-title2 img {
  float: right;
  margin-top: 32px;
}

.swiper-container1 {
  position: relative;
  height: 538px;
}

.g-w1000 {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.share-btns-wrap {
  position: fixed;
  left: 50%;
  top: 15%;
  width: 60px;
  margin-left: 530px;
  z-index: 999;
}

.share-btns-wrap div.btn-share-wx:hover {
  background: green;
}

.share-btns-wrap div.btn-copy-paste:hover {
  background: deepskyblue;
}

.share-btns-wrap .icon-share-wrap {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #d6e9c6;
  cursor: pointer;
}

.share-btns-wrap .icon-share-wrap i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  display: inline-block;
}

/* new footer  */
.rm_footer {
  background: #f5f5f7;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.office {
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
}

.office .col-1 {
  width: 320px;
}

.office .col-2 {
  width: 860px;
}

.office .col-1 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 21px;
}

.office_domestic {
  width: 868px;
  float: left;
}

.office .col-2 h3 {
  font-size: 16px;
  font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1;
  font-weight: 500;
  line-height: 24px;
}

.office_domestic a {
  width: 48px;
}

.office_domestic a,
.office_overseas a {
  margin-top: 15px;
  margin-right: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  text-align: left;
}

.office_overseas {
  width: 380px;
  float: right;
}

.office_overseas a {
  width: 64px;
}

.office_overseas div a.rm_map {
  background: url(http://people.com.cn/img/2020peopleindex/img/icon9.png) no-repeat 25px center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #999;
  display: block;
  width: 140px;
  height: 40px;
  text-indent: 3em;
}

.office_domestic a.qb01 {
  width: 120px;
}

/*Links*/
.Links {
  margin-top: 20px;
}

.Links h3 {
  font-size: 16px;
  font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1;
  font-weight: 500;
  line-height: 24px;
}

.Links p {
  border-bottom: 1px solid #ececec;
  padding-bottom: 30px;
}

.Links p a {
  width: 130px;
  display: inline-block;
  margin-right: 7px;
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.Links p.bq01 {
  padding-bottom: 0px;
  border: none;
  text-align: center;
  margin-top: 20px;
}

/*information*/
.information {
  margin-top: 30px;
}

.information p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-bottom: 17px;
}

.information p span.xian {
  margin: 0 8px;
}

.information p,
.information p a,
.Links p.bq01 a {
  color: #999999;
}
